home *** CD-ROM | disk | FTP | other *** search
- !!Script
- // Copyright ⌐ 1997-1998 - Modelworks Software
-
- // Insert script helper for:
-
- /**
- @Object: FindParameters
- @Property: findHistoryList is the find history List object.
- @Syntax: findParameters.findHistoryList
- @Summary: findHistoryList - the find history List object
- */
-
- function DoCommand()
- {
- var editor = getActiveEditor();
- if (editor)
- {
- var selection = editor.getSelection();
- editor.replace("findParameters.findHistoryList", selection);
- editor.setActive("Insert findParameters.findHistoryList");
- }
- }
-
- !!/Script
-